curl --request GET \
--url http:///%7B{baseurl}%7D/api/v1/management/attribute-classes/{attributeClassId} \
--header 'x-api-key: <x-api-key>'
{
"data": {
"archived": false,
"createdAt": "2024-04-09T04:53:29.577Z",
"description": "The email of the person",
"environmentId": "clurwouax000azffxt7n5unn3",
"id": "clurwouax000ezffxs7unemg2",
"name": "email",
"type": "automatic",
"updatedAt": "2024-04-09T04:53:29.577Z"
}
}
Fetches an Attribute Class by its ID
curl --request GET \
--url http:///%7B{baseurl}%7D/api/v1/management/attribute-classes/{attributeClassId} \
--header 'x-api-key: <x-api-key>'
{
"data": {
"archived": false,
"createdAt": "2024-04-09T04:53:29.577Z",
"description": "The email of the person",
"environmentId": "clurwouax000azffxt7n5unn3",
"id": "clurwouax000ezffxs7unemg2",
"name": "email",
"type": "automatic",
"updatedAt": "2024-04-09T04:53:29.577Z"
}
}
OK
The response is of type object
.
Was this page helpful?